home *** CD-ROM | disk | FTP | other *** search
- object AddNewHotKey: TAddNewHotKey
- Left = 308
- Top = 118
- BorderStyle = bsDialog
- Caption = 'Add Hot Key'
- ClientHeight = 405
- ClientWidth = 632
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Arial'
- Font.Style = []
- PixelsPerInch = 120
- Position = poScreenCenter
- Scaled = False
- OnShow = FormShow
- TextHeight = 19
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 413
- Height = 23
- Alignment = taCenter
- AutoSize = False
- Caption = 'Select Hot Key'
- Font.Color = clBlack
- Font.Height = -20
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Bevel1: TBevel
- Left = 436
- Top = 72
- Width = 181
- Height = 213
- Style = bsRaised
- end
- object KeyList: TListBox
- Left = 8
- Top = 36
- Width = 413
- Height = 361
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Courier New'
- Font.Style = []
- ItemHeight = 17
- ParentFont = False
- TabOrder = 0
- end
- object EnterKeyButton: TButton
- Left = 444
- Top = 80
- Width = 165
- Height = 61
- Caption = '&Enter Keystrokes'
- TabOrder = 1
- OnClick = EnterKeyButtonClick
- end
- object CaptureKeyButton: TButton
- Left = 444
- Top = 148
- Width = 165
- Height = 61
- Caption = '&Capture Keystrokes'
- TabOrder = 2
- OnClick = CaptureKeyButtonClick
- end
- object AbortButton: TButton
- Left = 444
- Top = 216
- Width = 165
- Height = 61
- Caption = '&Abort'
- TabOrder = 3
- OnClick = AbortButtonClick
- end
- end
-